public Transform customPivot; void Update() { transform.RotateAround(customPivot.position, Vector3.up, 20 * Time.deltaTime); }